GtkNotebook: replace group by group_name
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Sep 2010 15:13:30 +0000 (11:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Sep 2010 15:13:30 +0000 (11:13 -0400)
commit3c19eea34b192ac4a4a8bf22506cf29360cc0c2f
tree265670b104fb60861b66502585f9725a87ea3357
parentb47b1428b817528b30dc6bb84d96ce85681e8aef
GtkNotebook: replace group by group_name

Dealing with bare pointers is problematic for language bindings,
using interned strings is much more straightforward and more than
good enough for what is needed here.

http://bugzilla.gnome.org/show_bug.cgi?id=630521
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtknotebook.c
gtk/gtknotebook.h
tests/testnotebookdnd.c